home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / MacHelp / MacHelp 3 / MS File help / background_2677.txt < prev    next >
Encoding:
Text File  |  1988-02-15  |  4.7 KB  |  239 lines

  1. -- background: 2677 from stack: in
  2. -- bmap block id: 2142
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide menubar
  9.   push recent card
  10.   hide message box
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 5 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=280 top=247 right=274 bottom=305
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 1013 / 1013
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Next
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to next card
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 6 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=253 top=247 right=274 bottom=279
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1014 / 1014
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Prev
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   go to previous card
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 7 (button)
  54. -- low flags: 00
  55. -- high flags: 0000
  56. -- rect: left=448 top=247 right=272 bottom=478
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 1012 / 1012
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Return
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect iris close
  68.   pop card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 9 (button)
  74. -- low flags: 00
  75. -- high flags: A000
  76. -- rect: left=392 top=249 right=271 bottom=443
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: 
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   flash 2
  88.   doMenu "New Card"
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 11 (button)
  94. -- low flags: 00
  95. -- high flags: 8000
  96. -- rect: left=192 top=247 right=271 bottom=244
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: 
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   go to card id 6343 of stack "MacHelp#3 Help"
  108. end mouseUp
  109.  
  110.  
  111.  
  112.  
  113. -- part 12 (field)
  114. -- low flags: 00
  115. -- high flags: 2007
  116. -- rect: left=98 top=91 right=242 bottom=481
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 0
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Description
  125.  
  126.  
  127. -- part 26 (button)
  128. -- low flags: 00
  129. -- high flags: 8000
  130. -- rect: left=83 top=242 right=278 bottom=141
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: 
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   go to card id 2943 of stack "MacHelp#3 Home"
  142. end mouseUp
  143.  
  144.  
  145.  
  146.  
  147. -- part 27 (button)
  148. -- low flags: 00
  149. -- high flags: 2000
  150. -- rect: left=149 top=242 right=276 bottom=188
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 32670 / 32670
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: 
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   show all cards
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 29 (button)
  167. -- low flags: 00
  168. -- high flags: 8000
  169. -- rect: left=309 top=243 right=276 bottom=373
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: 
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   Ask "Find what item ?"
  181.   put it into Finding
  182.   if it is empty then exit mouseup
  183.   put false into Q
  184.   repeat until Q
  185.     find Finding
  186.     repeat with x= 1 to 600
  187.     end repeat
  188.     answer "This one ?" with "Yes" or "No"
  189.     if it is "Yes" then put true into Q
  190.   end repeat
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 31 (button)
  196. -- low flags: 00
  197. -- high flags: 8000
  198. -- rect: left=377 top=64 right=85 bottom=477
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Show MenuBar
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   show menubar
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 32 (button)
  215. -- low flags: 00
  216. -- high flags: 8000
  217. -- rect: left=94 top=65 right=83 bottom=195
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: Compact Stack
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   put the size of this stack into var
  229.   ANSWER "This stack takes this much space" with var
  230.   put the freesize of this stack into var
  231.   ANSWER "You are wasting this much space" with var
  232.   if var > 0 then
  233.     answer "Would you like to compact this stack?" with No or Yes
  234.     if it is "yes"
  235.     then domenu "compact stack"
  236.   end if
  237. end mouseUp
  238.  
  239.